Skip to main content

Get User

AutomatR.Jira.Activities.GetUser

The "Get User" activity in AutomatR's Jira package leverages the Jira API to retrieve user details based on the account ID. This activity is useful for obtaining information about a specific user in Jira, enhancing the capabilities of workflow automation.

Properties

NameDescription
Input
Account IDEnter the account ID for which user details are required. String variables containing the account ID.
Misc
Display NameThe display name of the activity. This field supports only strings or String variables.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get User" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs a list of users based on the provided account ID. Variables of type Users to store the user details.

How to use:

  1. Drag and drop the "Get User" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Provide the account ID for the user whose details you want to retrieve.
  4. Execute the workflow to obtain user details based on the specified account ID.

Example: Consider an example where the "Get User" activity is used to retrieve details for a user with the account ID "abc123":

Get User:
Account ID: "abc123"
Result: userDetails

In this example, the activity fetches user details for the user with the account ID "abc123". The result, which includes information about the user, is stored in the variable "userDetails" for further handling in the workflow.